ComponentOne Xamarin.iOS
Count Property (GridRowColCollection<T>)


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridRowColCollection<T> Class : Count Property
Gets the number of elements contained in the System.Collections.ICollection.
Syntax
'Declaration
 
Public ReadOnly Property Count As Integer
'Usage
 
Dim instance As GridRowColCollection(Of T)
Dim value As Integer
 
value = instance.Count
public int Count {get;}
See Also

Reference

GridRowColCollection<T> Class
GridRowColCollection<T> Members